home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Games Collection 1
/
software vault.zip
/
software vault
/
CDR03
/
CLONE20.ZIP
/
CLONE20.BAT
next >
Wrap
DOS Batch File
|
1993-08-06
|
2KB
|
88 lines
@echo off
%1 %2 %3 %4
echo Usage: clone20 pilot's name to clone, which disk drive he is on (A or B)
echo clone, dirextory X-Wing is installed to (c:\xwing), and then the name
echo you want your pilots to be backed up to.
echo
pause
echo
Echo You should have typed "CLONE " and then the pilot's name you wanted to
echo clone, and then A (if it is in the A drive, or B if it is the B drive.)
echo If you did not, Press
echo Ctr-C now. You should be using DOS 5.0 or higher (otherwise, I'm not
echo sure if the commands will work.
echo
echo And after that the directory that X-Wing is installed to. (c:\xwing)
echo
echo If you find this useful please tell me so. Write to me on Academia. My
echo name is Alexander Golden, but you should write to me at DAVID GOLDEN.
echo It will take up some space to clone your pilots. And don't have any pilots
echo named with all the same letters in their name, like A, BB, CCCCC, and
echo stuff like that.
echo Thanks.
echo
echo You might get the message Duplicate file name, or something like that. Just
echo ignore it.
echo
pause
echo
echo Now backing up the pilots.
pause
md %4
move %3\*.plt %4
echo Now cloning pilot %1
cd\
cd\xwing1
rename %1.plt a.plt
copy %2:\%1.plt %3
rename %1.plt aa.plt
copy %2:\%1.plt %3
rename %1.plt aaa.plt
copy %2:\%1.plt %3
rename %1.plt aaaa.plt
copy %2:\%1.plt %3
rename %1.plt aaaaa.plt
copy %2:\%1.plt %3
rename %1.plt aaaaaa.plt
copy %2:\%1.plt %3
rename %1.plt b.plt
copy %2:\%1.plt %3
rename %1.plt bb.plt
copy %2:\%1.plt %3
rename %1.plt bbb.plt
copy %2:\%1.plt %3
rename %1.plt bbbb.plt
copy %2:\%1.plt %3
rename %1.plt bbbbb.plt
copy %2:\%1.plt %3
rename %1.plt bbbbbb.plt
copy %2:\%1.plt %3
rename %1.plt c.plt
copy %2:\%1.plt %3
rename %1.plt cc.plt
copy %2:\%1.plt %3
rename %1.plt ccc.plt
copy %2:\%1.plt %3
rename %1.plt cccc.plt
copy %2:\%1.plt %3
rename %1.plt ccccc.plt
copy %2:\%1.plt %3
rename %1.plt cccccc.plt
copy %2:\%1.plt %3
rename %1.plt d.plt
copy %2:\%1.plt %3
rename %1.plt P.plt
copy %2:\%1.plt %3
rename %1.plt ddd.plt
copy %2:\%1.plt %3
rename %1.plt dddd.plt
copy %2:\%1.plt %3
rename %1.plt ddddd.plt
copy %2:\%1.plt %3
rename %1.plt dddddd.plt
copy %2:\%1.plt %3
echo All done. Thanks for using. All I ask for is your opinions. If you like
echo or don't like it, tell me. Thanks.